home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Util / Md-Mz / Momentum / Mo source code Read Me < prev    next >
Encoding:
Text File  |  1992-07-08  |  1.3 KB  |  29 lines  |  [TEXT/MPS ]

  1. Unfortunately you can’t easily make a build with the sources here. Momentum.a, etc.
  2. will build the INIT, which needs to be copied and pasted into the Momentum CDEV file.
  3. Obviously, we developed these somewhat independently. The Momentum.r file has some
  4. of the CDEV rez items, but it’s not up to date.
  5.  
  6. I didn’t get the time to add to “new & improved” way of installing the INIT, that
  7. was shown at Scott & Allan’s Essential Hack, but you’ve got the source code, right?
  8.  
  9. Comments, bug reports, etc. can be sent to:
  10.  
  11. Jim Stegman & Bill Johnson
  12. Exodus Software
  13. 800 Compton Rd., Suite 9240
  14. Cincinnati, OH 45231
  15.  
  16. or AppleLink EXODUS
  17.  
  18. P.S. We also tried to throw icons in the Finder, which doesn’t call DragGrayRgn.
  19. We tried patching 3 traps, which are called by the Finder in their icon-dragging
  20. loop:
  21.  
  22.     PaintRgn: enables the other patches… checks currApp = Finder; other stuff.
  23.     GetMouse: when enabled by PaintRgn, initializes data structs, enables WaitMouseUp,
  24.             disables PaintRgn. Later calls to it returns trajectory mouse loc.
  25.     WaitMouseUp: a tail patch that waits until the mouse is up, then pretends it
  26.             isn’t, until GetMouse no longer is “moving” the region.
  27.             
  28. I suspect the reason this didn’t work is the WaitMouseUp tail patch. Anyone got any
  29. ideas to how to get tossing icons to work?